home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Toolbox
/
Visual Basic Toolbox (P.I.E.)(1996).ISO
/
listbox
/
txtyle
/
txtyle.frm
(
.txt
)
< prev
next >
Wrap
Visual Basic Form
|
1991-12-05
|
2KB
|
52 lines
Form1
TXTYLES (Texttiles)
Form1,
Text1
Label1
Password
Text2
Label2
Upper Case
Text3
Label3
Lower Case
Text4
Label4
8 Char. Max.
menuFile
&File
menuExit
E&xit
@ Form_Load
Screen
MousePointer
Form1
Width
Height
EnhanceTextBox
Text1
ES_PASSWORD
Text2
ES_UPPERCASE
Text3-
ES_LOWERCASEh
menuExit_Click
NewPasswordChar
SendMessage
ControlHwnd
EM_SETPASSWORDCHAR
menuFile_Click
LimitText
EM_LIMITTEXT
Text4
Form_Load
-- Hourglass mouse pointer.e
-- Add new styles to the Textbox Controls.
-- Frighteningly simple isn't it?t
-- Set the password character to display in the
-- PASSWORD text box. [42 = Asc("*")]l
-- Limit text in Text4 (Note that this only requires
a SendMasseage call and not an EnhanceTextBox call)
-- Back to default mouse pointer.e
menuExit_Click